runtime.mspan.allocCountBeforeCache (field)
6 uses
runtime (current package)
mcache.go#L163: slotsUsed := int64(s.allocCount) - int64(s.allocCountBeforeCache)
mcache.go#L178: s.allocCountBeforeCache = 0
mcache.go#L196: s.allocCountBeforeCache = s.allocCount
mcache.go#L269: slotsUsed := int64(s.allocCount) - int64(s.allocCountBeforeCache)
mcache.go#L270: s.allocCountBeforeCache = 0
mheap.go#L490: allocCountBeforeCache uint16 // a copy of allocCount that is stored just before this span is cached
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |